Articles by Muhammad Arul
-
How to Install Discourse Forum with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 4
Discourse is a free and open source software for creating Internet forum community and mailing list. In this tutorial, we will show you step-by-step, how to install and configure Discourse Forum with Nginx Web server under the CentOS 7 server.
-
How to Install Laravel 5.x with Nginx and PHP-FPM 7.1 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, php, programming, server, web server • Comments: 13
In this tutorial, I will show you how to install the Laravel Web Framework with Nginx web server, PHP-FPM 7.1 and MariaDB on a CentOS 7 system. Laravel is an open source PHP framework that follows the MVC (Model-View-Controller) design pattern. It has been created by Taylor Otwell in 2011 as an attempt to provide an advanced alternative to the CodeIgniter (CI) framework.
-
How to Install Laravel 5 PHP Framework with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, php, server, ubuntu • Comments: 0
Laravel is a free and open source PHP framework with MVC (Model-View-Controller) design pattern. In this tutorial, we will guide you step-by-step on how to install Laravel version 5.4 with Nginx as the web server, PHP-FPM 7.0 and MariaDB.
-
-
How to Install and Configure Askbot on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 1
In this tutorial, we will show you how to step-by-step install Askbot Django App using uWSGI and Nginx Web server, and we will be using Ubuntu 16.04 Xenial Xerus as our main operating system. Askbot is an open source software for creating Q&A forum based on Python Django Framework. It's similar to other Q&A systems like StackOverflow and Yahoo Answers.
-
How to Install Grafana on Linux Servers
Author: Muhammad Arul • Tags: centos, linux, ubuntu • Comments: 5
In this tutorial, we will show you how to install and configure Grafana on Linux servers (Ubuntu 16.04 and CentOS 7). Grafana is an open source data visualization and monitoring suite. It offers support for Graphite, Elasticsearch, Included, Prometheus, and many more databases.
-
How to Install Apache CouchDB on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 0
In this tutorial, we will discuss step-by-step installation and configuration of Apache CouchDB on a CentOS 7 server. Apache CouchDB is an open source NoSQL database software that's focused on scalable architecture. CouchDB was released in 2005, and become an Apache Software Foundation project in 2008.
-
How to Setup Automatic Security Updates on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 0
Security updates are an integral part of the IT-world. Linux may be regarded as one of the securest computer operating systems, but that doesn't take away the fact that it too has vulnerabilities that need to be fixed through timely security updates. In this tutorial, we will show you how to step-by-step configure Ubuntu 16.04 server for automatic security updates
-
How to Setup Zammad Ticketing System on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 8
Zammad is an open source helpdesk/customer support system written in Ruby. It's a web-based ticketing system with many features, including support to manage customer communication over several channels like Facebook, telegram, chat, and emails. In this tutorial, we will show you how to install and configure Zammad Ticketing System using Nginx web server and PostgreSQL for the database system.
-
How to Install VisualEditor for MediaWiki on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 5
In this tutorial, I will show you how to step-by-step install and configure VisualEditor for latest MediaWiki version 1.30. VisualEditor is a rich-text editor for MediaWiki. It's available as an extension and relies on the Parsoid parser service to be up and running for editing MediaWiki pages.
-
How to Install Varnish Cache with Apache on CentOS 7
Author: Muhammad Arul • Tags: apache, centos, debian • Comments: 1
Varnish is a proxy server focused on HTTP caching. It's designed as an HTTP accelerator and can act as reverse proxy for your web server Apache or Nginx. In this tutorial, we will show you how to install and configure varnish HTTP accelerator as a reverse proxy for Apache web server.